home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / word / grfbk26.zip / INDEX.DOC < prev    next >
Text File  |  1993-02-17  |  1KB  |  25 lines

  1.                             INDEX, ver. 1.0 (c)1993
  2.                         EFD Systems, ALL Rights Reserved
  3.  
  4. INDEX is a simple (and somewhat crude) utility designed to help compile a
  5. standard word/page type index for TXTBook and GRFBook documents.  This utility
  6. can be used either interactively, to index one word at a time, or in batch mode,
  7. using DOS redirection to read/write a word list from files.
  8.  
  9.                                 Interactive Mode
  10.  
  11. To use the utility interactively type:  INDEX bookname /T or /G
  12. Bookname is the name of the "book" ASCII text file.  /T must be specified for a
  13. TXTBook file (24 lines/pg), /G for GRFBOOK (29 lines/pg).  The user is prompted
  14. to enter one word at a time.  Type "END" to exit the utility and return to DOS.
  15.  
  16.                                    Batch Mode
  17.  
  18. Type: INDEX bookname /T or /G <wordlist >output
  19. Wordlist is an ASCII file containing a list of the words that you wish to index,
  20. one word per line.  Use "END" as the last word in the list, otherwise; the
  21. program will hang when it comes to the end of the file.  Output is the name of
  22. the file that you wish to send the index results to.  "<" and ">" are DOS
  23. redirection symbols.  See your DOS manual for details.  Due to the simplist
  24. algorithm used, this utility can take quite some time to index a large file.
  25.